Fix the build
authorMatthias Clasen <mclasen@redhat.com>
Sat, 25 Nov 2017 16:01:38 +0000 (11:01 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 25 Nov 2017 16:02:29 +0000 (11:02 -0500)
A stray GdkScreen leftover.

tests/testgtk.c

index b27ddb776cce09cab8e4c28a5ee74a6cabad1ccf..bf3ddc5e8cdf7a9033e6e8d85185d6b079e20b1b 100644 (file)
@@ -57,15 +57,6 @@ file_exists (const char *filename)
   return stat (filename, &statbuf) == 0;
 }
 
-GtkWidget *
-shape_create_icon (GdkScreen *screen,
-                  char      *xpm_file,
-                  gint       x,
-                  gint       y,
-                  gint       px,
-                  gint       py,
-                  gint       window_type);
-
 static GtkWidget *
 build_option_menu (gchar           *items[],
                   gint             num_items,